Clear, scoped (docs), and says what changed. Matches common Conventional Commits style.#302
Merged
Merged
Conversation
HTTP/HTTPS drivers were dropped in v3.3.0; ClientBuilder only supports Bolt and Neo4j URI schemes. Update Step 2, feature list, scheme matrix, and related sections accordingly. Fixes #300
transistive
requested changes
Apr 8, 2026
| #### Running multiple queries at once | ||
|
|
||
| The `runStatements` method will run all the statements at once. This method is an essential tool to reduce the number of database calls, especially when using the HTTP protocol. | ||
| The `runStatements` method will run all the statements at once. This method is an essential tool to reduce the number of database round trips when batching work. |
Collaborator
There was a problem hiding this comment.
In bolt we cannot send multiple queries at once. We can just remove this section
Collaborator
Author
There was a problem hiding this comment.
Thanks — agreed. I’ve removed that whole subsection. The README no longer suggests batching multiple statements in one round trip for Bolt.
| (*) Needed to implement the bolt protocol | ||
|
|
||
| (**) Needed to implement the http protocol | ||
| (**) Required by the package for JSON handling |
Collaborator
There was a problem hiding this comment.
I assume this can just be removed
Collaborator
Author
There was a problem hiding this comment.
I’ve removed those footnotes and the * / ** / *** markers on the extension lines so the requirements list stays simple.
transistive
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
States why (removed in 3.3.0), what in the code/docs (ClientBuilder schemes), and what you updated (Step 2, feature list, matrix, etc.).
Fixes #300: Correct for GitHub—when the PR merges into the default branch, it should auto-close issue #300. Putting it on its own last line is fine.